Project 8 - Due Tue Mar 31 at 23:00

Reading

  1. Slides and notebooks from the Nested Loops lecture and the Files lecture.
  2. Problems and solutions from Lab 8 (Nested Loops) and Lab 9 (Tracing & Files).
  3. Think Python (3rd edition), Ch. 13: Files and Databases (only sections 13.1 and 13.2)
  4. Think Python (2nd edition): Chapter 14: Files (only sections 14.1, 14.2, 14.4, 14.5) You should ignore section 14.3 Format Operator, since it is superseded by the more advanced f-string construct described in Sec 13.2 of the 3rd edition

Tasks

The instructions for each task:


About this Project

These tasks will give you practice with nested loops and files.

You must do two tasks: one related to nested loops, and one related to files:

If you want to find a partner to work with for this project, use this Google Sheet to do so.

Reminders

Time Estimate

Our per-task estimate for this project is 2-4 hours, plus up to an hour of reading.


How to turn in this Project